Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GcWordDocument Class / MergeDocuments Method / MergeDocuments(GcWordDocument[]) Method
The source documents to merge.

In This Topic
    MergeDocuments(GcWordDocument[]) Method
    In This Topic
    Merges several source documents into a single new GcWordDocument, using FormattingCopyStrategy.Copy to preserve formatting of the source documents.
    Syntax
    'Declaration
     
    Public Overloads Shared Function MergeDocuments( _
       ByVal ParamArray mergedDocuments() As GcWordDocument _
    ) As GcWordDocument
    public static GcWordDocument MergeDocuments( 
       params GcWordDocument[] mergedDocuments
    )

    Parameters

    mergedDocuments
    The source documents to merge.

    Return Value

    The newly created GcWordDocument consisting of the merged Body ranges of the source documents.
    See Also